HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //lib/google-cloud-sdk/lib/surface/dataproc_gdc/instances/list.yaml
- release_tracks: [ALPHA]
  help_text:
    brief: List Dataproc GDC service instances.
    description: |
      List all Dataproc GDC service instances in a location
    examples: |
      To list Dataproc GDC service instances in project `test-project` in `us-central1`, run:

        $ {command} --project=test-project --location=us-central1
  request:
    collection: dataprocgdc.projects.locations.serviceInstances
    ALPHA:
      api_version: v1alpha1
  response:
    id_field: name
  arguments:
    resource:
      help_text: The location of the instances.
      spec: !REF googlecloudsdk.command_lib.dataproc_gdc.resources:location
  output:
    format: |
      table(
        name.basename():label=NAME,
        gdceCluster.gdceCluster.basename():label=CLUSTER,
        displayName:label=DISPLAY_NAME,
        createTime:label=CREATE_TIME,
        state:label=STATE
      )